home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / bgfax155.zip / RA.TXT < prev    next >
Text File  |  1995-12-19  |  2KB  |  51 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX with Remote Access 2.xx               12-19-95
  3. B.J. Guillot
  4. FidoNet 1:106/400                         InterNet: bjg90783@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. Remote Access can be setup in many ways to interface with BGFAX.  This
  8. document describes setup with BGFAX in /HOST mode.  It does not discuss
  9. BGFAX setup with shell-to-mailer mode, which would probably make the BBS
  10. load faster, but the setup is more complicated, so I'll let you guys
  11. figure that out yourselves once you get a basic understanding of how
  12. BGFAX works.
  13.  
  14. Here is the simple method...  (If you are already using a front end
  15. mailer such as FrontDoor or Intermail, you need to look at the FD*.TXT
  16. or IM*.TXT files instead of this file)...
  17.  
  18. 1. From now on, to get your system ready to answer calls, start up your
  19.    BBS by using the FBBS.BAT file included with BGFAX
  20. 2. Be sure all the BGFAX files are copied into the directory as specified
  21.    by the BGFAX environment variable (A "SET BGFAX=C:\BGFAX" line must
  22.    exist in either your AUTOEXEC.BAT or FBBS.BAT file).
  23. 3. Make sure your BGFAX.CNF file is configured to use the proper fax class
  24.    that your modem supports (you may need to comment and uncomment some
  25.    lines in the BGFAX.CNF file).
  26.  
  27. You need to make a file called EXEBBS.BAT in the BGFAX directory.
  28.  
  29. EXEBBS.BAT
  30. ~~~~~~~~~~
  31. @echo off
  32. c:
  33. cd\ra
  34. RA -B%1 -E1
  35. %bgfax%\fbbs.bat
  36.  
  37. The most frequent problem people have with this setup... Once people get
  38. every thing configured, a data call comes into BGFAX, it transfers control
  39. to RA, but the user that called in sees only garbage characters on
  40. their screen.  The problem is that you have BGFAX's DTE speed set to a
  41. speed different than that of what RA! is using.  The port speeds in
  42. BGFAX and RA **MUST BE LOCKED AT THE SAME SPEED**  (BGFAX.CNF defaults
  43. to sp=57600, while RA may default to a locked speed of 38400.  You
  44. must change the speed in either BGFAX or RA so that they are the same!)
  45.  
  46. Consult the RA documention for the -B parameter to make sure you understand
  47. what you are doing.
  48.  
  49. Regards,
  50. bgfax author
  51.